home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / STARDEMO / Starsiege_ATR2.exe / Starsiege / Missions.vol / TDM_Twilight_Bloodbath.cs < prev    next >
Text File  |  1998-07-30  |  271b  |  15 lines

  1. //-------------- TDM_Twilight_Bloodbath.cs----------------------------
  2.  
  3. function turret::onAdd(%this)
  4. {
  5.     if(!($server::TeamPlay))
  6.     {
  7.         order(%this, ShutDown, true);
  8.     }
  9. }
  10.  
  11. function setDefaultMissionOptions()
  12. {
  13.     $server::TeamPlay = True;        // for TDM_ games
  14. }
  15.